home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TADVANCEDFRAME / TADVANCEDFRAME.txt
Text File  |  2005-06-02  |  4KB  |  169 lines

  1. object AdvancedFrame: TAdvancedFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 421
  5.   Height = 268
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Tahoma'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object GroupBox1: TGroupBox
  14.     Left = 8
  15.     Top = 8
  16.     Width = 409
  17.     Height = 89
  18.     Caption = 'Ajustement du fuseau horaire'
  19.     TabOrder = 0
  20.     object Label2: TLabel
  21.       Left = 8
  22.       Top = 16
  23.       Width = 46
  24.       Height = 13
  25.       Caption = 'C'#244't'#233' gauche :'
  26.       Transparent = True
  27.     end
  28.     object Label6: TLabel
  29.       Left = 64
  30.       Top = 35
  31.       Width = 27
  32.       Height = 13
  33.       Caption = 'heure(s)'
  34.       Transparent = True
  35.     end
  36.     object Label3: TLabel
  37.       Left = 168
  38.       Top = 16
  39.       Width = 52
  40.       Height = 13
  41.       Caption = 'C'#244't'#233' droit :'
  42.       Transparent = True
  43.     end
  44.     object Label7: TLabel
  45.       Left = 224
  46.       Top = 35
  47.       Width = 27
  48.       Height = 13
  49.       Caption = 'heure(s)'
  50.       Transparent = True
  51.     end
  52.     object LeftTimezoneAdjustEdit: TSpinEdit
  53.       Left = 8
  54.       Top = 32
  55.       Width = 49
  56.       Height = 22
  57.       HelpContext = 3301
  58.       MaxValue = 23
  59.       MinValue = -23
  60.       TabOrder = 0
  61.       Value = 0
  62.       OnChange = EditChange
  63.     end
  64.     object RightTimezoneAdjustEdit: TSpinEdit
  65.       Left = 168
  66.       Top = 32
  67.       Width = 49
  68.       Height = 22
  69.       HelpContext = 3302
  70.       MaxValue = 23
  71.       MinValue = -23
  72.       TabOrder = 1
  73.       Value = 0
  74.       OnChange = EditChange
  75.     end
  76.     object IgnoreTimezoneEdit: TBCCheckBox
  77.       Left = 8
  78.       Top = 64
  79.       Width = 155
  80.       Height = 17
  81.       HelpContext = 3303
  82.       Caption = 'Ignorer les diff'#233'rences de fuseaux horaires'
  83.       TabOrder = 2
  84.       OnClick = EditChange
  85.     end
  86.   end
  87.   object GroupBox2: TGroupBox
  88.     Left = 8
  89.     Top = 104
  90.     Width = 409
  91.     Height = 161
  92.     Caption = 'Divers'
  93.     TabOrder = 1
  94.     object ContainerFoldersEdit: TBCCheckBox
  95.       Left = 8
  96.       Top = 16
  97.       Width = 191
  98.       Height = 17
  99.       HelpContext = 3310
  100.       Caption = 'Traiter toujours les fichiers archives comme des dossiers'
  101.       TabOrder = 0
  102.       OnClick = EditChange
  103.     end
  104.     object CaseSensitiveEdit: TBCCheckBox
  105.       Left = 8
  106.       Top = 36
  107.       Width = 137
  108.       Height = 17
  109.       HelpContext = 3311
  110.       Caption = 'Noms de fichiers sensibles '#224' la casse'
  111.       TabOrder = 1
  112.       OnClick = EditChange
  113.     end
  114.     object UnbufferedReadEdit: TBCCheckBox
  115.       Left = 8
  116.       Top = 56
  117.       Width = 168
  118.       Height = 17
  119.       HelpContext = 3312
  120.       Caption = 'Sauter le cache disque lors de la lecture de fichiers'
  121.       TabOrder = 2
  122.       OnClick = EditChange
  123.     end
  124.     object KeepShortnamesEdit: TBCCheckBox
  125.       Left = 8
  126.       Top = 76
  127.       Width = 138
  128.       Height = 17
  129.       HelpContext = 3313
  130.       Caption = 'Maintenir les alias DOS 8.3'
  131.       TabOrder = 3
  132.       OnClick = EditChange
  133.     end
  134.     object TouchAfterUploadEdit: TBCCheckBox
  135.       Left = 8
  136.       Top = 96
  137.       Width = 233
  138.       Height = 17
  139.       HelpContext = 3314
  140.       Caption = 
  141.         'Modifier la date/heure des fichiers locaux lors de la copie vers' +
  142.         ' un site FTP'
  143.       TabOrder = 4
  144.       OnClick = EditChange
  145.     end
  146.     object ComplexCompareEdit: TBCCheckBox
  147.       Left = 8
  148.       Top = 116
  149.       Width = 270
  150.       Height = 17
  151.       HelpContext = 3315
  152.       Caption = 
  153.         'R'#233'sultats de comparaison de contenu, ind'#233'pendants de la date/heu' +
  154.         're'
  155.       TabOrder = 5
  156.       OnClick = EditChange
  157.     end
  158.     object DetectFileLocksEdit: TBCCheckBox
  159.       Left = 8
  160.       Top = 136
  161.       Width = 128
  162.       Height = 17
  163.       HelpContext = 3316
  164.       Caption = 'D'#233'tecte les verrous partiels de fichiers.'
  165.       TabOrder = 6
  166.     end
  167.   end
  168. end
  169.